home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-02-26 | 602 b | 12 lines | [TEXT/KAHL] |
- // OpenComponent call
- pascal ComponentResult MyOpenComponent(ComponentInstance ci);
-
- Component GetMyOriginal(PrivateGlobals **storage);
- SharedGlobals *GetComponentGlobals(PrivateGlobals **storage);
- ComponentResult GetInstanceSpeechChannel(PrivateGlobals **storage,SharedGlobals *mySharedGlobalsPtr);
- ComponentResult DoSetTTS(PrivateGlobals **storage);
- pascal void SpeechWordCallBack(SpeechChannel myChannel, SharedGlobals *mySharedGlobalsPtr, long wordPos, short wordLen);
- Boolean SpeechAvailable(void);
- Boolean QuickTimeAvailable(void);
- Component GetDelegateComponent(void);
-